***********************************************************************
***********           PANJIT International Co Ltd           ***********
***********************************************************************
*Jul 09, 2025                                                         *
*                                                                     *
*This SPICE Model describes the characteristics of a typical device   *
*and does not respresent the specification. Designer should refer to  *
*the same type name data sheet for specification limits.              *
***********************************************************************
*$
.subckt DI106   DC+ AC1 AC2 DC-
.param
+vc0 = 1.352e-9		vc1 = 6.783e-10		vc2 = 5.017e-1		vc3 = 5.035e-9		vc4 = 2.037e-3
+tc1 = 6.052e-2		tc2 = 4.272e-2		tc3 = 3.542e-2		tc4 = 1.512e-2		   
.func irexp(v) {(vc0+vc1*v**vc2)*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))+(vc3*exp(vc4*v))*(1.0+tc3*(temp-25)*exp(tc4*(temp-25)))}
d12 AC1 DC+ diode
g12 DC+ AC1 value = {irexp(v(DC+,AC1))}
d13 AC2 DC+ diode
g13 DC+ AC2 value = {irexp(v(DC+,AC2))}
d24 DC- AC1 diode
g24 AC1 DC- value = {irexp(v(AC1,DC-))}
d34 DC- AC2 diode
d34 AC2 DC- value = {irexp(v(AC2,DC-))}
.model diode d
***** flag parameter ***
+level = 1   
***** dc model parameter ***
+ is = 2.986e-9	   	   n = 1.786		  rs = 2.743e-2		ikf = 2.118
+ibv = 0.1e-3		 nbv = 1			  bv = 660
***** capacitance parameter ***
+cjo = 2.324e-11	   	   m = 2.869e-1		  vj = 3.486e-1
+ fc = 0.5                      
***** temperature coefficient ***
+tnom = 25			  eg = 1.120		 xti = 3
+trs1 = 7.674e-4		trs2 = 8.817e-6
.ends DI106
*$
